docs: clarify Azure project URL support - #2593
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The minimum compatible Copilot CLI version must be specified.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
docs/auth/byok.md — State the minimum Copilot CLI version that supports project URLs instead of saying only “updated.”… |
What changed in this PR
Clarifies Azure project-scoped URL support in BYOK documentation.
Changes:
- Documents host and project URL formats.
- Shows versionless Responses URL construction.
- Notes the Copilot CLI runtime dependency.
| File | Description |
|---|---|
docs/auth/byok.md |
Updates Azure endpoint guidance and example comments. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
I manually verified this against the SDK-bundled Copilot CLI v1.0.83 and the latest published preview, v1.0.84-3. In both cases, an Azure |

The BYOK guidance currently requires host-only Azure URLs, excluding project-scoped endpoints. Update the existing Azure notes to describe host or project URLs with optional trailing slashes, show the resulting versionless Responses URL, and note the updated CLI runtime requirement.
Documentation only; no SDK behavior changes.
Related to #2588.